Kotlin utilities
/
it.czerwinski.kotlin.util
/
merge
common
merge
fun <
T
>
Either
<
T
,
T
>.
merge
():
T
Content copied to clipboard
Merges
Left
and
Right
of the same type to a single value.
Return
Value of either
Left
or
Right
.